/**
 * Created by shimin on 2017/11/22.
 */
/*-----内容页公共-----*/
.content {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}
.content-box{
    padding: 0 20px;
}

/*面包屑*/
.way {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.way ul > li {
	font-size: 14px;
    color: #333;
    display: inline-block;
}

.way ul > li > a {
    color: #333;
}

.icon {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url("../img/content/content-sprite.png") 0 0;
}

/*-----综合新闻列表-----*/
/*---列表左侧---*/
.list-left {
    float: left;
    width: 874px;
}

/*通知公告*/
.list-head {
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-head > span {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    font-size: 18px;
    color: #cc141e;
    border-bottom: 2px solid #cc141e;
}
.list-head-new {
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#FFFFFF;
}

.list-head-new > span {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 18px;
    color: #cc141e;
    border-bottom: 2px solid #cc141e;
}
.list-head-new > a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 18px;
    color: #cc141e;
}
.list-content > li {
    padding: 28px 0;
    border-bottom: 1px dashed #e9e9e9;
}

.img-left {
    float: left;
    width: 206px;
    height: 142px;
    overflow: hidden;
}
.img-left > a > img {
    transition:All 0.4s ease-in-out;    
	-webkit-transition:All 0.4s ease-in-out;    
	-moz-transition:All 0.4s ease-in-out;    
	-o-transition:All 0.4s ease-in-out;
}
.img-left > a:hover > img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.img-left > img {
    width: 100%;
    height: 100%;
}

.text-right {
    float: right;
    width: 618px;
    margin-right: 25px;
}

.list-content > li > a {
    display: block;
    width: 100%;
}

.text-title a {
    font-size: 20px;
    color: #333;
}

.text-title a:hover {
	color:#db000b;
    text-decoration: underline;
}

.text-read {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #999;
}

.text-read .time {
    margin-left: 10px;
}

.abstract>a{
    line-height: 24px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.title-list > li > a {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #000
}
.title-list > li > a:hover,.short-title a:hover{
    color: #db000b;
    text-decoration: underline;
}
em.dot {
    margin-right: 10px;
    font-weight: 700;
    color: #999;
}

.title-list > li > .time {
    float: right;
    margin-right: 25px;
    color: #999;
}

.xinwen-list .page {
    margin: 90px 0 80px;
}

/*---列表右侧---*/
.list-right {
    float: right;
    width: 260px;
}

.news-header {
    height: 48px;
    line-height: 48px;
}

.news-header > span {
    padding-left: 12px;
    font-size: 18px;
    border-left: 3px solid #cc141e;
}

.news-list-mk ul > li {
    padding-bottom: 9px;
}
.short-title {
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.short-title .dot {
    margin-right: 2px;
}

.short-title a {
    line-height: 35px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.news-list-mk .text-read {
    margin: 0;
    padding-left: 15px;
}

.ad {
    width: 260px;
    height: 260px;
    margin: 15px 0;
    line-height: 260px;
    font-size: 25px;
    color: #999;
    text-align: center;
    background: #f3f3f3;
}

/*-----公告列表样式-----*/
/*左侧菜单*/
.gonggao-list > .list-left {
    float: left;
    width: 260px;
}

.gonggao-list > .list-left > h4 {
    height: 48px;
    padding-left: 30px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    background: #cc141e;

}

.gonggao-list > .list-left > h4 > i {
    position: relative;
    left: 120px;
    width: 14px;
    height: 16px;
    background: url("../img/content/content-sprite.png") -22px 0;
}

.gonggao-list .tab-btn > li > a {
    display: inline-block;
    width: 100%;
    height: 48px;
    padding-left: 40px;
    line-height: 48px;
    font-size: 16px;
    color: #333;
    border: 1px solid #e6e6e6;
    border-top: none;
    background: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gonggao-list .tab-btn > li > a > i {
    float: right;
    width: 8px;
    height: 12px;
    margin-right: 60px;
    margin-top: 20px;
    background: url("../img/content/content-sprite.png") -24px -18px;
}

.gonggao-list .tab-btn > li > a > i.arrow-red {
    background: url("../img/content/content-sprite.png") -32px -18px;
}

.gonggao-list .tab-btn > li.active > a, .gonggao-list .tab-btn > li > a:hover {
    border-left: 3px solid #cc141e;
    background: #fff;
}

.gonggao-list .tab-btn > li > a:hover > i {
    background: url("../img/content/content-sprite.png") -32px -18px;
}

/*右侧内容*/
.gonggao-list > .list-right {
    float: right;
    width: 880px;
}

.tab-list > li {
    display: none;
}

.tab-list > li.show {
    display: block;
}

.gonggao-list .list-content > li {
    padding: 20px 0;
    border-bottom: 1px dashed #e9e9e9;
}

.gonggao-list .title-list > li > a {
    font-size: 14px;
}

.gonggao-list .title-list > li > .time {
    margin-right: 0;
}

.gonggao-list .page {
    margin: 30px 0 80px;
}

/*-----新闻详情样式-----*/
.xinwen-detail {
    width: 1042px;
    margin: 0 auto;
}

.big-title {
    padding: 40px 0 30px;
    font-size: 28px;
    text-align: center;
    color: #cc141e;
}

.xinwen-detail .text-read {
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-top: 1px dashed #f0f0f0;
    border-bottom: 1px dashed #f0f0f0;
}

.big-img img {
    display: block;
    width: 595px;
    height: 335px;
    margin: 20px auto 50px;
}

.article p {
    padding: 10px 0;
    line-height: 30px;
    font-size: 14px;
    text-indent: 2em;
}

.related-article {
    margin-top: 16px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.related-article h5 {
    float: left;
    color: #cc141e;
    font-size: 16px;
}

.related-article .bshare-custom {
    float: right;
}

.bshare-custom.icon-medium a {
    line-height: 24px;
}

.more-article {
    margin: 10px 0 60px;
}

.more-article > li > a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
}

.more-article > li > a:hover {
    text-decoration: underline;
}

.more-article > li > a > span {
    color: #cc141e;
}